Skip to content

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Apr 18, 2025

What changes were proposed in this pull request?

This PR aims to support seven Set-related DataFrame APIs.

  • except
  • exceptAll
  • intersect
  • intersectAll
  • union
  • unionAll
  • unionByName

Why are the changes needed?

For feature parity.

Does this PR introduce any user-facing change?

No, this is a new addition to the unreleased version.

How was this patch tested?

Pass the CIs.

Was this patch authored or co-authored using generative AI tooling?

No.

right,
SetOpType.union,
byName: true,
allowMissingColumns: allowMissingColumns
Copy link
Member

@viirya viirya Apr 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to set isAll: true for unionByName like union?

@dongjoon-hyun
Copy link
Member Author

Thank you! You are right. I addressed your comment by fixing it and adding a test coverage, @viirya .

Do we need to set isAll: true for unionByName like union?

@dongjoon-hyun
Copy link
Member Author

Merged to main~

@dongjoon-hyun dongjoon-hyun deleted the SPARK-51839 branch April 18, 2025 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants